projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cebaab7
)
Use the new xen-api.sock for the calls to the Xen-API server.
author
Ewan Mellor
<ewan@xensource.com>
Fri, 1 Dec 2006 17:40:07 +0000
(17:40 +0000)
committer
Ewan Mellor
<ewan@xensource.com>
Fri, 1 Dec 2006 17:40:07 +0000
(17:40 +0000)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/xm-test/lib/XmTestLib/xapi.py
patch
|
blob
|
history
diff --git
a/tools/xm-test/lib/XmTestLib/xapi.py
b/tools/xm-test/lib/XmTestLib/xapi.py
index 2a9ec209e3a7b9e029b21c2383b1ebda9ce8085d..bab0e103d966b4b6dd080476bedd4faa27735c6d 100644
(file)
--- a/
tools/xm-test/lib/XmTestLib/xapi.py
+++ b/
tools/xm-test/lib/XmTestLib/xapi.py
@@
-57,7
+57,7
@@
_session = None
def _connect(*args):
global _server, _session, _initialised
if not _initialised:
- _server = ServerProxy('httpu:///var/run/xend/x
mlrpc
.sock')
+ _server = ServerProxy('httpu:///var/run/xend/x
en-api
.sock')
login = XAPI_DEFAULT_LOGIN
password = XAPI_DEFAULT_PASSWORD
creds = (login, password)